Color Hex Logo

#cefb60 Color Hex

#CEFB60
(206,251,96)
0 Favorites   0 Comments

Color spaces of #cefb60

RGB 20625196
HSL0.220.950.68
HSV77°62°98°
CMYK 0.180.000.62   0.02
XYZ62.062182.960723.8083
Yxy82.96070.36760.4914
Hunter Lab91.0828-37.768348.2600
CIE-Lab92.9972-36.039167.4358

#cefb60 color RGB value is (206,251,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111011 01100000
Octal 316 373 140
Decimal 206 251 96
Hex CE FB 60

RGB Percentages of Color #cefb60

%37.25
%45.39
%17.36

CMYK Percentages of Color #cefb60

%18
%0
%62
%2

Triadic Colors of #cefb60

#cefb60 #60cefb #fb60ce

Analogous Colors of #cefb60

#cefb60 #81fb60 #fbdb60

Monochromatic Colors of #cefb60

#cefb60

Complementary Color

#cefb60 #8d60fb

#cefb60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefb60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefb60 Color CSS Codes

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

#cefb60 Text Font Color

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

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


#cefb60 Background Color

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

This div background color is #cefb60


#cefb60 Border Color

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

This div border color is #cefb60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefb60


Comments

No comments written yet.

Please login to write comment.