Color Hex Logo

#cbecc0 Color Hex

#CBECC0
(203,236,192)
1 Favorites   0 Comments

Color spaces of #cbecc0

RGB 203236192
HSL0.290.540.84
HSV105°19°93°
CMYK 0.140.000.19   0.07
XYZ64.138576.493261.2534
Yxy76.49320.31770.3789
Hunter Lab87.4604-22.153919.6982
CIE-Lab90.0878-18.714017.8077

#cbecc0 color RGB value is (203,236,192).

#cbecc0 hex color red value is 203, green value is 236 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #cbecc0 hue: 0.29 , saturation: 0.54 and the lightness value of cbecc0 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101100 11000000
Octal 313 354 300
Decimal 203 236 192
Hex CB EC C0

RGB Percentages of Color #cbecc0

%32.17
%37.40
%30.43

CMYK Percentages of Color #cbecc0

%14
%0
%19
%7

Triadic Colors of #cbecc0

#cbecc0 #c0cbec #ecc0cb

Analogous Colors of #cbecc0

#cbecc0 #c0eccb #e1ecc0

Monochromatic Colors of #cbecc0

#cbecc0

Complementary Color

#cbecc0 #e1c0ec

#cbecc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbecc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbecc0 Color CSS Codes

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

#cbecc0 Text Font Color

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

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


#cbecc0 Background Color

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

This div background color is #cbecc0


#cbecc0 Border Color

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

This div border color is #cbecc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbecc0

#cbecc0 Color Palettes


Comments

No comments written yet.

Please login to write comment.