Color Hex Logo

#cefcb0 Color Hex

#CEFCB0
(206,252,176)
0 Favorites   0 Comments

Color spaces of #cefcb0

RGB 206252176
HSL0.270.930.84
HSV96°30°99°
CMYK 0.180.000.30   0.01
XYZ68.100585.877254.0610
Yxy85.87720.32730.4128
Hunter Lab92.6700-30.997930.2809
CIE-Lab94.2598-27.846231.7337

#cefcb0 color RGB value is (206,252,176).

#cefcb0 hex color red value is 206, green value is 252 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #cefcb0 hue: 0.27 , saturation: 0.93 and the lightness value of cefcb0 is 0.84.

The process color (four color CMYK) of #cefcb0 color hex is 0.18, 0.00, 0.30, 0.01. Web safe color of #cefcb0 is #ccff99. Color #cefcb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111100 10110000
Octal 316 374 260
Decimal 206 252 176
Hex CE FC B0

RGB Percentages of Color #cefcb0

%32.49
%39.75
%27.76

CMYK Percentages of Color #cefcb0

%18
%0
%30
%1

Triadic Colors of #cefcb0

#cefcb0 #b0cefc #fcb0ce

Analogous Colors of #cefcb0

#cefcb0 #b0fcb8 #f4fcb0

Monochromatic Colors of #cefcb0

#cefcb0

Complementary Color

#cefcb0 #deb0fc

#cefcb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefcb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefcb0 Color CSS Codes

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

#cefcb0 Text Font Color

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

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


#cefcb0 Background Color

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

This div background color is #cefcb0


#cefcb0 Border Color

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

This div border color is #cefcb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefcb0


Comments

No comments written yet.

Please login to write comment.