Color Hex Logo

#cef342 Color Hex

#CEF342
(206,243,66)
0 Favorites   0 Comments

Color spaces of #cef342

RGB 20624366
HSL0.200.880.61
HSV73°73°95°
CMYK 0.150.000.73   0.05
XYZ58.487677.616317.0531
Yxy77.61630.38190.5068
Hunter Lab88.1001-35.673250.1936
CIE-Lab90.6045-34.218875.9945

#cef342 color RGB value is (206,243,66).

#cef342 hex color red value is 206, green value is 243 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #cef342 hue: 0.20 , saturation: 0.88 and the lightness value of cef342 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110011 01000010
Octal 316 363 102
Decimal 206 243 66
Hex CE F3 42

RGB Percentages of Color #cef342

%40.00
%47.18
%12.82

CMYK Percentages of Color #cef342

%15
%0
%73
%5

Triadic Colors of #cef342

#cef342 #42cef3 #f342ce

Analogous Colors of #cef342

#cef342 #76f342 #f3c042

Monochromatic Colors of #cef342

#cef342

Complementary Color

#cef342 #6742f3

#cef342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef342 Color CSS Codes

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

#cef342 Text Font Color

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

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


#cef342 Background Color

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

This div background color is #cef342


#cef342 Border Color

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

This div border color is #cef342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef342

Related Colors


Comments

No comments written yet.

Please login to write comment.