Color Hex Logo

#cef385 Color Hex

#CEF385
(206,243,133)
0 Favorites   0 Comments

Color spaces of #cef385

RGB 206243133
HSL0.220.820.74
HSV80°45°95°
CMYK 0.150.000.45   0.05
XYZ61.737878.916534.1688
Yxy78.91650.35310.4514
Hunter Lab88.8350-31.408739.3796
CIE-Lab91.1965-29.034248.9110

#cef385 color RGB value is (206,243,133).

#cef385 hex color red value is 206, green value is 243 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #cef385 hue: 0.22 , saturation: 0.82 and the lightness value of cef385 is 0.74.

The process color (four color CMYK) of #cef385 color hex is 0.15, 0.00, 0.45, 0.05. Web safe color of #cef385 is #ccff99. Color #cef385 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110011 10000101
Octal 316 363 205
Decimal 206 243 133
Hex CE F3 85

RGB Percentages of Color #cef385

%35.40
%41.75
%22.85

CMYK Percentages of Color #cef385

%15
%0
%45
%5

Triadic Colors of #cef385

#cef385 #85cef3 #f385ce

Analogous Colors of #cef385

#cef385 #97f385 #f3e185

Monochromatic Colors of #cef385

#cef385

Complementary Color

#cef385 #aa85f3

#cef385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef385 Color CSS Codes

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

#cef385 Text Font Color

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

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


#cef385 Background Color

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

This div background color is #cef385


#cef385 Border Color

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

This div border color is #cef385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef385

Related Colors


Comments

No comments written yet.

Please login to write comment.