color codes Logo

#cef90f color codes

#CEF90F
(206,249,15)
0 Favorites   0 Comments

Color spaces of #cef90f

RGB 20624915
HSL0.200.950.52
HSV71°94°98°
CMYK 0.170.000.94   0.02
XYZ59.415580.907712.9372
Yxy80.90770.38770.5279
Hunter Lab89.9487-39.502354.4365
CIE-Lab92.0906-38.387188.0397

#cef90f color RGB value is (206,249,15).

#cef90f hex color red value is 206, green value is 249 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cef90f hue: 0.20 , saturation: 0.95 and the lightness value of cef90f is 0.52.

The process color (four color CMYK) of #cef90f color code is 0.17, 0.00, 0.94, 0.02. Web safe color of #cef90f is #ccff00. Color #cef90f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111001 00001111
Octal 316 371 17
Decimal 206 249 15
Hex CE F9 F

RGB Percentages of Color #cef90f

%43.83
%52.98
%3.19

CMYK Percentages of Color #cef90f

%17
%0
%94
%2

Triadic Colors of #cef90f

#cef90f #0fcef9 #f90fce

Analogous Colors of #cef90f

#cef90f #59f90f #f9af0f

Monochromatic Colors of #cef90f

#cef90f

Complementary Color

#cef90f #3a0ff9

#cef90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef90f Color CSS Codes

.mybgcolor {background-color:#cef90f; } 
.myforecolor {color:#cef90f; }
.mybordercolor {border:3px solid #cef90f; }

#cef90f Text Font Color

<p style="color:#cef90f">Text here</p>

This sample text font color is #cef90f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cef90f Background Color

<div style="background-color:#cef90f">
Div content here</div>

This div background color is #cef90f


#cef90f Border Color

<div style="border:3px solid #cef90f">
Div here</div>

This div border color is #cef90f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,249,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cef90f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cef90f;
  -webkit-box-shadow: 1px 1px 3px 2px #cef90f;
  box-shadow:         1px 1px 3px 2px #cef90f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,249,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cef90f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cef90f;
  -webkit-box-shadow: 1px 1px 3px 2px #cef90f;
  box-shadow:         1px 1px 3px 2px #cef90f;">
Div content here</div>

This div box has shadow with color #cef90f


Comments

No comments written yet.

Please login to write comment.