color codes Logo

#ceef1f color codes

#CEEF1F
(206,239,31)
0 Favorites   0 Comments

Color spaces of #ceef1f

RGB 20623931
HSL0.190.870.53
HSV70°87°94°
CMYK 0.140.000.87   0.06
XYZ56.567474.953712.7824
Yxy74.95370.39200.5194
Hunter Lab86.5758-34.878351.8492
CIE-Lab89.3713-33.609283.7450

#ceef1f color RGB value is (206,239,31).

#ceef1f hex color red value is 206, green value is 239 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ceef1f hue: 0.19 , saturation: 0.87 and the lightness value of ceef1f is 0.53.

The process color (four color CMYK) of #ceef1f color code is 0.14, 0.00, 0.87, 0.06. Web safe color of #ceef1f is #ccff33. Color #ceef1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101111 00011111
Octal 316 357 37
Decimal 206 239 31
Hex CE EF 1F

RGB Percentages of Color #ceef1f

%43.28
%50.21
%6.51

CMYK Percentages of Color #ceef1f

%14
%0
%87
%6

Triadic Colors of #ceef1f

#ceef1f #1fceef #ef1fce

Analogous Colors of #ceef1f

#ceef1f #66ef1f #efa81f

Monochromatic Colors of #ceef1f

#ceef1f

Complementary Color

#ceef1f #401fef

#ceef1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceef1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceef1f Color CSS Codes

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

#ceef1f Text Font Color

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

This sample text font color is #ceef1f
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.


#ceef1f Background Color

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

This div background color is #ceef1f


#ceef1f Border Color

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

This div border color is #ceef1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceef1f


Comments

No comments written yet.

Please login to write comment.