Color Hex Logo

#cbeda4 Color Hex

#CBEDA4
(203,237,164)
0 Favorites   0 Comments

Color spaces of #cbeda4

RGB 203237164
HSL0.240.670.79
HSV88°31°93°
CMYK 0.140.000.31   0.07
XYZ61.613675.945246.5335
Yxy75.94520.33470.4125
Hunter Lab87.1465-26.304929.3436
CIE-Lab89.8339-23.451531.8236

#cbeda4 color RGB value is (203,237,164).

#cbeda4 hex color red value is 203, green value is 237 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #cbeda4 hue: 0.24 , saturation: 0.67 and the lightness value of cbeda4 is 0.79.

The process color (four color CMYK) of #cbeda4 color hex is 0.14, 0.00, 0.31, 0.07. Web safe color of #cbeda4 is #ccff99. Color #cbeda4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101101 10100100
Octal 313 355 244
Decimal 203 237 164
Hex CB ED A4

RGB Percentages of Color #cbeda4

%33.61
%39.24
%27.15

CMYK Percentages of Color #cbeda4

%14
%0
%31
%7

Triadic Colors of #cbeda4

#cbeda4 #a4cbed #eda4cb

Analogous Colors of #cbeda4

#cbeda4 #a7eda4 #edeba4

Monochromatic Colors of #cbeda4

#cbeda4

Complementary Color

#cbeda4 #c6a4ed

#cbeda4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeda4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeda4 Color CSS Codes

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

#cbeda4 Text Font Color

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

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


#cbeda4 Background Color

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

This div background color is #cbeda4


#cbeda4 Border Color

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

This div border color is #cbeda4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeda4


Comments

No comments written yet.

Please login to write comment.