Color Hex Logo

#cbefca Color Hex

#CBEFCA
(203,239,202)
0 Favorites   0 Comments

Color spaces of #cbefca

RGB 203239202
HSL0.330.540.86
HSV118°15°94°
CMYK 0.150.000.15   0.06
XYZ66.155878.693867.5798
Yxy78.69380.31140.3704
Hunter Lab88.7095-22.123916.9290
CIE-Lab91.0956-18.507214.0463

#cbefca color RGB value is (203,239,202).

#cbefca hex color red value is 203, green value is 239 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cbefca hue: 0.33 , saturation: 0.54 and the lightness value of cbefca is 0.86.

The process color (four color CMYK) of #cbefca color hex is 0.15, 0.00, 0.15, 0.06. Web safe color of #cbefca is #ccffcc. Color #cbefca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101111 11001010
Octal 313 357 312
Decimal 203 239 202
Hex CB EF CA

RGB Percentages of Color #cbefca

%31.52
%37.11
%31.37

CMYK Percentages of Color #cbefca

%15
%0
%15
%6

Triadic Colors of #cbefca

#cbefca #cacbef #efcacb

Analogous Colors of #cbefca

#cbefca #caefdc #deefca

Monochromatic Colors of #cbefca

#cbefca

Complementary Color

#cbefca #eecaef

#cbefca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbefca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbefca Color CSS Codes

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

#cbefca Text Font Color

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

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


#cbefca Background Color

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

This div background color is #cbefca


#cbefca Border Color

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

This div border color is #cbefca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,239,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbefca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbefca;
  -webkit-box-shadow: 1px 1px 3px 2px #cbefca;
  box-shadow:         1px 1px 3px 2px #cbefca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbefca


Comments

No comments written yet.

Please login to write comment.