Color Hex Logo

#caebd5 Color Hex

#CAEBD5
(202,235,213)
0 Favorites   0 Comments

Color spaces of #caebd5

RGB 202235213
HSL0.390.450.86
HSV140°14°92°
CMYK 0.140.000.09   0.08
XYZ66.075776.777374.2877
Yxy76.77730.30430.3536
Hunter Lab87.6227-18.733911.0690
CIE-Lab90.2190-14.90787.0675

#caebd5 color RGB value is (202,235,213).

#caebd5 hex color red value is 202, green value is 235 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #caebd5 hue: 0.39 , saturation: 0.45 and the lightness value of caebd5 is 0.86.

The process color (four color CMYK) of #caebd5 color hex is 0.14, 0.00, 0.09, 0.08. Web safe color of #caebd5 is #ccffcc. Color #caebd5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101011 11010101
Octal 312 353 325
Decimal 202 235 213
Hex CA EB D5

RGB Percentages of Color #caebd5

%31.08
%36.15
%32.77

CMYK Percentages of Color #caebd5

%14
%0
%9
%8

Triadic Colors of #caebd5

#caebd5 #d5caeb #ebd5ca

Analogous Colors of #caebd5

#caebd5 #caebe6 #d0ebca

Monochromatic Colors of #caebd5

#caebd5

Complementary Color

#caebd5 #ebcae0

#caebd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caebd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caebd5 Color CSS Codes

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

#caebd5 Text Font Color

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

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


#caebd5 Background Color

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

This div background color is #caebd5


#caebd5 Border Color

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

This div border color is #caebd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caebd5


Comments

No comments written yet.

Please login to write comment.