Color Hex Logo

#cbeed4 Color Hex

#CBEED4
(203,238,212)
0 Favorites   0 Comments

Color spaces of #cbeed4

RGB 203238212
HSL0.380.510.86
HSV135°15°93°
CMYK 0.150.000.11   0.07
XYZ67.086878.599073.9226
Yxy78.59900.30550.3579
Hunter Lab88.6561-20.075712.6225
CIE-Lab91.0525-16.25288.7935

#cbeed4 color RGB value is (203,238,212).

#cbeed4 hex color red value is 203, green value is 238 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #cbeed4 hue: 0.38 , saturation: 0.51 and the lightness value of cbeed4 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101110 11010100
Octal 313 356 324
Decimal 203 238 212
Hex CB EE D4

RGB Percentages of Color #cbeed4

%31.09
%36.45
%32.47

CMYK Percentages of Color #cbeed4

%15
%0
%11
%7

Triadic Colors of #cbeed4

#cbeed4 #d4cbee #eed4cb

Analogous Colors of #cbeed4

#cbeed4 #cbeee6 #d4eecb

Monochromatic Colors of #cbeed4

#cbeed4

Complementary Color

#cbeed4 #eecbe5

#cbeed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeed4 Color CSS Codes

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

#cbeed4 Text Font Color

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

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


#cbeed4 Background Color

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

This div background color is #cbeed4


#cbeed4 Border Color

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

This div border color is #cbeed4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeed4


Comments

No comments written yet.

Please login to write comment.