Color Hex Logo

#cefcbb Color Hex

#CEFCBB
(206,252,187)
0 Favorites   0 Comments

Color spaces of #cefcbb

RGB 206252187
HSL0.280.920.86
HSV102°26°99°
CMYK 0.180.000.26   0.01
XYZ69.233686.330560.0282
Yxy86.33050.32110.4004
Hunter Lab92.9142-29.593326.7350
CIE-Lab94.4535-26.213126.4429

#cefcbb color RGB value is (206,252,187).

#cefcbb hex color red value is 206, green value is 252 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cefcbb hue: 0.28 , saturation: 0.92 and the lightness value of cefcbb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111100 10111011
Octal 316 374 273
Decimal 206 252 187
Hex CE FC BB

RGB Percentages of Color #cefcbb

%31.94
%39.07
%28.99

CMYK Percentages of Color #cefcbb

%18
%0
%26
%1

Triadic Colors of #cefcbb

#cefcbb #bbcefc #fcbbce

Analogous Colors of #cefcbb

#cefcbb #bbfcc9 #effcbb

Monochromatic Colors of #cefcbb

#cefcbb

Complementary Color

#cefcbb #e9bbfc

#cefcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefcbb Color CSS Codes

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

#cefcbb Text Font Color

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

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


#cefcbb Background Color

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

This div background color is #cefcbb


#cefcbb Border Color

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

This div border color is #cefcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefcbb


Comments

No comments written yet.

Please login to write comment.