Color Hex Logo

#cbe7ca Color Hex

#CBE7CA
(203,231,202)
0 Favorites   0 Comments

Color spaces of #cbe7ca

RGB 203231202
HSL0.330.380.85
HSV118°13°91°
CMYK 0.120.000.13   0.09
XYZ63.865274.112666.8162
Yxy74.11260.31190.3619
Hunter Lab86.0887-18.234314.2452
CIE-Lab88.9757-14.544011.0363

#cbe7ca color RGB value is (203,231,202).

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

The process color (four color CMYK) of #cbe7ca color hex is 0.12, 0.00, 0.13, 0.09. Web safe color of #cbe7ca is #ccffcc. Color #cbe7ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100111 11001010
Octal 313 347 312
Decimal 203 231 202
Hex CB E7 CA

RGB Percentages of Color #cbe7ca

%31.92
%36.32
%31.76

CMYK Percentages of Color #cbe7ca

%12
%0
%13
%9

Triadic Colors of #cbe7ca

#cbe7ca #cacbe7 #e7cacb

Analogous Colors of #cbe7ca

#cbe7ca #cae7d8 #dae7ca

Monochromatic Colors of #cbe7ca

#cbe7ca

Complementary Color

#cbe7ca #e6cae7

#cbe7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe7ca Color CSS Codes

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

#cbe7ca Text Font Color

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

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


#cbe7ca Background Color

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

This div background color is #cbe7ca


#cbe7ca Border Color

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

This div border color is #cbe7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe7ca


Comments

No comments written yet.

Please login to write comment.