Color Hex Logo

#cef6ba Color Hex

#CEF6BA
(206,246,186)
0 Favorites   0 Comments

Color spaces of #cef6ba

RGB 206246186
HSL0.280.770.85
HSV100°24°96°
CMYK 0.160.000.24   0.04
XYZ67.272382.578558.8480
Yxy82.57850.32230.3957
Hunter Lab90.8727-26.885225.2155
CIE-Lab92.8296-23.502524.7249

#cef6ba color RGB value is (206,246,186).

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

The process color (four color CMYK) of #cef6ba color hex is 0.16, 0.00, 0.24, 0.04. Web safe color of #cef6ba is #ccffcc. Color #cef6ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110110 10111010
Octal 316 366 272
Decimal 206 246 186
Hex CE F6 BA

RGB Percentages of Color #cef6ba

%32.29
%38.56
%29.15

CMYK Percentages of Color #cef6ba

%16
%0
%24
%4

Triadic Colors of #cef6ba

#cef6ba #bacef6 #f6bace

Analogous Colors of #cef6ba

#cef6ba #baf6c4 #ecf6ba

Monochromatic Colors of #cef6ba

#cef6ba

Complementary Color

#cef6ba #e2baf6

#cef6ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef6ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef6ba Color CSS Codes

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

#cef6ba Text Font Color

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

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


#cef6ba Background Color

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

This div background color is #cef6ba


#cef6ba Border Color

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

This div border color is #cef6ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef6ba


Comments

No comments written yet.

Please login to write comment.