Color Hex Logo

#cefeb4 Color Hex

#CEFEB4
(206,254,180)
0 Favorites   0 Comments

Color spaces of #cefeb4

RGB 206254180
HSL0.270.970.85
HSV99°29°100°
CMYK 0.190.000.29   0.00
XYZ69.133687.300756.3870
Yxy87.30070.32480.4102
Hunter Lab93.4348-31.436629.6235
CIE-Lab94.8657-28.206730.5389

#cefeb4 color RGB value is (206,254,180).

#cefeb4 hex color red value is 206, green value is 254 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #cefeb4 hue: 0.27 , saturation: 0.97 and the lightness value of cefeb4 is 0.85.

The process color (four color CMYK) of #cefeb4 color hex is 0.19, 0.00, 0.29, 0.00. Web safe color of #cefeb4 is #ccffcc. Color #cefeb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111110 10110100
Octal 316 376 264
Decimal 206 254 180
Hex CE FE B4

RGB Percentages of Color #cefeb4

%32.19
%39.69
%28.13

CMYK Percentages of Color #cefeb4

%19
%0
%29
%0

Triadic Colors of #cefeb4

#cefeb4 #b4cefe #feb4ce

Analogous Colors of #cefeb4

#cefeb4 #b4febf #f3feb4

Monochromatic Colors of #cefeb4

#cefeb4

Complementary Color

#cefeb4 #e4b4fe

#cefeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefeb4 Color CSS Codes

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

#cefeb4 Text Font Color

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

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


#cefeb4 Background Color

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

This div background color is #cefeb4


#cefeb4 Border Color

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

This div border color is #cefeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefeb4

Related Colors


Comments

No comments written yet.

Please login to write comment.