Color Hex Logo

#cbeeca Color Hex

#CBEECA
(203,238,202)
0 Favorites   0 Comments

Color spaces of #cbeeca

RGB 203238202
HSL0.330.510.86
HSV118°15°93°
CMYK 0.150.000.15   0.07
XYZ65.863878.109867.4824
Yxy78.10980.31150.3694
Hunter Lab88.3797-21.639916.5949
CIE-Lab90.8300-18.015313.6704

#cbeeca color RGB value is (203,238,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101110 11001010
Octal 313 356 312
Decimal 203 238 202
Hex CB EE CA

RGB Percentages of Color #cbeeca

%31.57
%37.01
%31.42

CMYK Percentages of Color #cbeeca

%15
%0
%15
%7

Triadic Colors of #cbeeca

#cbeeca #cacbee #eecacb

Analogous Colors of #cbeeca

#cbeeca #caeedb #ddeeca

Monochromatic Colors of #cbeeca

#cbeeca

Complementary Color

#cbeeca #edcaee

#cbeeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeeca Color CSS Codes

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

#cbeeca Text Font Color

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

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


#cbeeca Background Color

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

This div background color is #cbeeca


#cbeeca Border Color

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

This div border color is #cbeeca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,238,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 #cbeeca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeeca


Comments

No comments written yet.

Please login to write comment.