Color Hex Logo

#cef693 Color Hex

#CEF693
(206,246,147)
0 Favorites   0 Comments

Color spaces of #cef693

RGB 206246147
HSL0.230.850.77
HSV84°40°96°
CMYK 0.160.000.40   0.04
XYZ63.675881.139939.9093
Yxy81.13990.34470.4392
Hunter Lab90.0777-31.454536.7857
CIE-Lab92.1939-28.849143.4099

#cef693 color RGB value is (206,246,147).

#cef693 hex color red value is 206, green value is 246 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #cef693 hue: 0.23 , saturation: 0.85 and the lightness value of cef693 is 0.77.

The process color (four color CMYK) of #cef693 color hex is 0.16, 0.00, 0.40, 0.04. Web safe color of #cef693 is #ccff99. Color #cef693 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110110 10010011
Octal 316 366 223
Decimal 206 246 147
Hex CE F6 93

RGB Percentages of Color #cef693

%34.39
%41.07
%24.54

CMYK Percentages of Color #cef693

%16
%0
%40
%4

Triadic Colors of #cef693

#cef693 #93cef6 #f693ce

Analogous Colors of #cef693

#cef693 #9df693 #f6ed93

Monochromatic Colors of #cef693

#cef693

Complementary Color

#cef693 #bb93f6

#cef693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef693 Color CSS Codes

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

#cef693 Text Font Color

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

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


#cef693 Background Color

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

This div background color is #cef693


#cef693 Border Color

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

This div border color is #cef693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef693


Comments

No comments written yet.

Please login to write comment.