Color Hex Logo

#cefb42 Color Hex

#CEFB42
(206,251,66)
0 Favorites   0 Comments

Color spaces of #cefb42

RGB 20625166
HSL0.210.960.62
HSV75°74°98°
CMYK 0.180.000.74   0.02
XYZ60.934182.509517.8686
Yxy82.50950.37770.5115
Hunter Lab90.8347-39.218851.9211
CIE-Lab92.7993-37.830078.0868

#cefb42 color RGB value is (206,251,66).

#cefb42 hex color red value is 206, green value is 251 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #cefb42 hue: 0.21 , saturation: 0.96 and the lightness value of cefb42 is 0.62.

The process color (four color CMYK) of #cefb42 color hex is 0.18, 0.00, 0.74, 0.02. Web safe color of #cefb42 is #ccff33. Color #cefb42 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111011 01000010
Octal 316 373 102
Decimal 206 251 66
Hex CE FB 42

RGB Percentages of Color #cefb42

%39.39
%47.99
%12.62

CMYK Percentages of Color #cefb42

%18
%0
%74
%2

Triadic Colors of #cefb42

#cefb42 #42cefb #fb42ce

Analogous Colors of #cefb42

#cefb42 #72fb42 #fbcc42

Monochromatic Colors of #cefb42

#cefb42

Complementary Color

#cefb42 #6f42fb

#cefb42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefb42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefb42 Color CSS Codes

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

#cefb42 Text Font Color

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

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


#cefb42 Background Color

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

This div background color is #cefb42


#cefb42 Border Color

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

This div border color is #cefb42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefb42


Comments

No comments written yet.

Please login to write comment.