Color Hex Logo

#cef3cf Color Hex

#CEF3CF
(206,243,207)
0 Favorites   0 Comments

Color spaces of #cef3cf

RGB 206243207
HSL0.340.610.88
HSV122°15°95°
CMYK 0.150.000.15   0.05
XYZ68.766781.728071.1822
Yxy81.72800.31020.3687
Hunter Lab90.4035-22.427716.5985
CIE-Lab92.4547-18.611213.4105

#cef3cf color RGB value is (206,243,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110011 11001111
Octal 316 363 317
Decimal 206 243 207
Hex CE F3 CF

RGB Percentages of Color #cef3cf

%31.40
%37.04
%31.55

CMYK Percentages of Color #cef3cf

%15
%0
%15
%5

Triadic Colors of #cef3cf

#cef3cf #cfcef3 #f3cfce

Analogous Colors of #cef3cf

#cef3cf #cef3e2 #e0f3ce

Monochromatic Colors of #cef3cf

#cef3cf

Complementary Color

#cef3cf #f3cef2

#cef3cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef3cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef3cf Color CSS Codes

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

#cef3cf Text Font Color

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

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


#cef3cf Background Color

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

This div background color is #cef3cf


#cef3cf Border Color

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

This div border color is #cef3cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef3cf


Comments

No comments written yet.

Please login to write comment.