Color Hex Logo

#cef84b Color Hex

#CEF84B
(206,248,75)
0 Favorites   0 Comments

Color spaces of #cef84b

RGB 20624875
HSL0.210.930.63
HSV75°70°97°
CMYK 0.170.000.70   0.03
XYZ60.291080.764619.0681
Yxy80.76460.37650.5044
Hunter Lab89.8691-37.519750.3285
CIE-Lab92.0268-36.022674.3577

#cef84b color RGB value is (206,248,75).

#cef84b hex color red value is 206, green value is 248 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cef84b hue: 0.21 , saturation: 0.93 and the lightness value of cef84b is 0.63.

The process color (four color CMYK) of #cef84b color hex is 0.17, 0.00, 0.70, 0.03. Web safe color of #cef84b is #ccff33. Color #cef84b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111000 01001011
Octal 316 370 113
Decimal 206 248 75
Hex CE F8 4B

RGB Percentages of Color #cef84b

%38.94
%46.88
%14.18

CMYK Percentages of Color #cef84b

%17
%0
%70
%3

Triadic Colors of #cef84b

#cef84b #4bcef8 #f84bce

Analogous Colors of #cef84b

#cef84b #78f84b #f8cc4b

Monochromatic Colors of #cef84b

#cef84b

Complementary Color

#cef84b #754bf8

#cef84b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef84b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef84b Color CSS Codes

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

#cef84b Text Font Color

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

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


#cef84b Background Color

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

This div background color is #cef84b


#cef84b Border Color

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

This div border color is #cef84b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,248,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 #cef84b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef84b


Comments

No comments written yet.

Please login to write comment.