Color Hex Logo

#cbedb6 Color Hex

#CBEDB6
(203,237,182)
0 Favorites   0 Comments

Color spaces of #cbedb6

RGB 203237182
HSL0.270.600.82
HSV97°23°93°
CMYK 0.140.000.23   0.07
XYZ63.356376.642355.7102
Yxy76.64230.32370.3916
Hunter Lab87.5456-24.025223.5523
CIE-Lab90.1567-20.801123.0651

#cbedb6 color RGB value is (203,237,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101101 10110110
Octal 313 355 266
Decimal 203 237 182
Hex CB ED B6

RGB Percentages of Color #cbedb6

%32.64
%38.10
%29.26

CMYK Percentages of Color #cbedb6

%14
%0
%23
%7

Triadic Colors of #cbedb6

#cbedb6 #b6cbed #edb6cb

Analogous Colors of #cbedb6

#cbedb6 #b6edbd #e7edb6

Monochromatic Colors of #cbedb6

#cbedb6

Complementary Color

#cbedb6 #d8b6ed

#cbedb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbedb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbedb6 Color CSS Codes

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

#cbedb6 Text Font Color

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

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


#cbedb6 Background Color

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

This div background color is #cbedb6


#cbedb6 Border Color

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

This div border color is #cbedb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbedb6


Comments

No comments written yet.

Please login to write comment.