Color Hex Logo

#cefb62 Color Hex

#CEFB62
(206,251,98)
0 Favorites   0 Comments

Color spaces of #cefb62

RGB 20625198
HSL0.220.950.68
HSV78°61°98°
CMYK 0.180.000.61   0.02
XYZ62.155482.998024.2996
Yxy82.99800.36680.4898
Hunter Lab91.1032-37.648647.9581
CIE-Lab93.0136-35.892366.6408

#cefb62 color RGB value is (206,251,98).

#cefb62 hex color red value is 206, green value is 251 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #cefb62 hue: 0.22 , saturation: 0.95 and the lightness value of cefb62 is 0.68.

The process color (four color CMYK) of #cefb62 color hex is 0.18, 0.00, 0.61, 0.02. Web safe color of #cefb62 is #ccff66. Color #cefb62 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111011 01100010
Octal 316 373 142
Decimal 206 251 98
Hex CE FB 62

RGB Percentages of Color #cefb62

%37.12
%45.23
%17.66

CMYK Percentages of Color #cefb62

%18
%0
%61
%2

Triadic Colors of #cefb62

#cefb62 #62cefb #fb62ce

Analogous Colors of #cefb62

#cefb62 #82fb62 #fbdc62

Monochromatic Colors of #cefb62

#cefb62

Complementary Color

#cefb62 #8f62fb

#cefb62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefb62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefb62 Color CSS Codes

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

#cefb62 Text Font Color

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

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


#cefb62 Background Color

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

This div background color is #cefb62


#cefb62 Border Color

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

This div border color is #cefb62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefb62


Comments

No comments written yet.

Please login to write comment.