Color Hex Logo

#caedbe Color Hex

#CAEDBE
(202,237,190)
0 Favorites   0 Comments

Color spaces of #caedbe

RGB 202237190
HSL0.290.570.84
HSV105°20°93°
CMYK 0.150.000.20   0.07
XYZ63.935676.842660.1775
Yxy76.84260.31820.3824
Hunter Lab87.6599-23.214220.6600
CIE-Lab90.2491-19.872219.0581

#caedbe color RGB value is (202,237,190).

#caedbe hex color red value is 202, green value is 237 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #caedbe hue: 0.29 , saturation: 0.57 and the lightness value of caedbe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101101 10111110
Octal 312 355 276
Decimal 202 237 190
Hex CA ED BE

RGB Percentages of Color #caedbe

%32.11
%37.68
%30.21

CMYK Percentages of Color #caedbe

%15
%0
%20
%7

Triadic Colors of #caedbe

#caedbe #becaed #edbeca

Analogous Colors of #caedbe

#caedbe #beedca #e2edbe

Monochromatic Colors of #caedbe

#caedbe

Complementary Color

#caedbe #e1beed

#caedbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caedbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#caedbe Color CSS Codes

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

#caedbe Text Font Color

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

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


#caedbe Background Color

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

This div background color is #caedbe


#caedbe Border Color

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

This div border color is #caedbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caedbe


Comments

No comments written yet.

Please login to write comment.