Color Hex Logo

#cef14b Color Hex

#CEF14B
(206,241,75)
0 Favorites   0 Comments

Color spaces of #cef14b

RGB 20624175
HSL0.200.860.62
HSV73°69°95°
CMYK 0.150.000.69   0.05
XYZ58.178976.540418.3640
Yxy76.54040.38000.5000
Hunter Lab87.4874-34.400848.7959
CIE-Lab90.1097-32.835372.4468

#cef14b color RGB value is (206,241,75).

#cef14b hex color red value is 206, green value is 241 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cef14b hue: 0.20 , saturation: 0.86 and the lightness value of cef14b is 0.62.

The process color (four color CMYK) of #cef14b color hex is 0.15, 0.00, 0.69, 0.05. Web safe color of #cef14b is #ccff33. Color #cef14b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110001 01001011
Octal 316 361 113
Decimal 206 241 75
Hex CE F1 4B

RGB Percentages of Color #cef14b

%39.46
%46.17
%14.37

CMYK Percentages of Color #cef14b

%15
%0
%69
%5

Triadic Colors of #cef14b

#cef14b #4bcef1 #f14bce

Analogous Colors of #cef14b

#cef14b #7bf14b #f1c14b

Monochromatic Colors of #cef14b

#cef14b

Complementary Color

#cef14b #6e4bf1

#cef14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef14b Color CSS Codes

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

#cef14b Text Font Color

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

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


#cef14b Background Color

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

This div background color is #cef14b


#cef14b Border Color

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

This div border color is #cef14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef14b


Comments

No comments written yet.

Please login to write comment.