Color Hex Logo

#cefbce Color Hex

#CEFBCE
(206,251,206)
0 Favorites   0 Comments

Color spaces of #cefbce

RGB 206251206
HSL0.330.850.90
HSV120°18°98°
CMYK 0.180.000.18   0.02
XYZ71.091486.572471.3558
Yxy86.57240.31040.3780
Hunter Lab93.0443-26.442819.6614
CIE-Lab94.5565-22.668916.8934

#cefbce color RGB value is (206,251,206).

#cefbce hex color red value is 206, green value is 251 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cefbce hue: 0.33 , saturation: 0.85 and the lightness value of cefbce is 0.90.

The process color (four color CMYK) of #cefbce color hex is 0.18, 0.00, 0.18, 0.02. Web safe color of #cefbce is #ccffcc. Color #cefbce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111011 11001110
Octal 316 373 316
Decimal 206 251 206
Hex CE FB CE

RGB Percentages of Color #cefbce

%31.07
%37.86
%31.07

CMYK Percentages of Color #cefbce

%18
%0
%18
%2

Triadic Colors of #cefbce

#cefbce #cecefb #fbcece

Analogous Colors of #cefbce

#cefbce #cefbe5 #e5fbce

Monochromatic Colors of #cefbce

#cefbce

Complementary Color

#cefbce #fbcefb

#cefbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefbce Color CSS Codes

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

#cefbce Text Font Color

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

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


#cefbce Background Color

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

This div background color is #cefbce


#cefbce Border Color

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

This div border color is #cefbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefbce


Comments

No comments written yet.

Please login to write comment.