Color Hex Logo

#cbedb7 Color Hex

#CBEDB7
(203,237,183)
0 Favorites   0 Comments

Color spaces of #cbedb7

RGB 203237183
HSL0.270.600.82
HSV98°23°93°
CMYK 0.140.000.23   0.07
XYZ63.460076.683856.2565
Yxy76.68380.32310.3904
Hunter Lab87.5693-23.890323.2093
CIE-Lab90.1759-20.645522.5769

#cbedb7 color RGB value is (203,237,183).

#cbedb7 hex color red value is 203, green value is 237 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #cbedb7 hue: 0.27 , saturation: 0.60 and the lightness value of cbedb7 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101101 10110111
Octal 313 355 267
Decimal 203 237 183
Hex CB ED B7

RGB Percentages of Color #cbedb7

%32.58
%38.04
%29.37

CMYK Percentages of Color #cbedb7

%14
%0
%23
%7

Triadic Colors of #cbedb7

#cbedb7 #b7cbed #edb7cb

Analogous Colors of #cbedb7

#cbedb7 #b7edbe #e6edb7

Monochromatic Colors of #cbedb7

#cbedb7

Complementary Color

#cbedb7 #d9b7ed

#cbedb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbedb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbedb7 Color CSS Codes

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

#cbedb7 Text Font Color

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

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


#cbedb7 Background Color

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

This div background color is #cbedb7


#cbedb7 Border Color

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

This div border color is #cbedb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbedb7


Comments

No comments written yet.

Please login to write comment.