Color Hex Logo

#cbe290 Color Hex

#CBE290
(203,226,144)
0 Favorites   0 Comments

Color spaces of #cbe290

RGB 203226144
HSL0.210.590.73
HSV77°36°89°
CMYK 0.100.000.36   0.11
XYZ56.859069.102836.7270
Yxy69.10280.34950.4248
Hunter Lab83.1281-23.381531.9946
CIE-Lab86.5549-20.748337.5977

#cbe290 color RGB value is (203,226,144).

#cbe290 hex color red value is 203, green value is 226 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cbe290 hue: 0.21 , saturation: 0.59 and the lightness value of cbe290 is 0.73.

The process color (four color CMYK) of #cbe290 color hex is 0.10, 0.00, 0.36, 0.11. Web safe color of #cbe290 is #cccc99. Color #cbe290 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100010 10010000
Octal 313 342 220
Decimal 203 226 144
Hex CB E2 90

RGB Percentages of Color #cbe290

%35.43
%39.44
%25.13

CMYK Percentages of Color #cbe290

%10
%0
%36
%11

Triadic Colors of #cbe290

#cbe290 #90cbe2 #e290cb

Analogous Colors of #cbe290

#cbe290 #a2e290 #e2d090

Monochromatic Colors of #cbe290

#cbe290

Complementary Color

#cbe290 #a790e2

#cbe290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe290 Color CSS Codes

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

#cbe290 Text Font Color

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

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


#cbe290 Background Color

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

This div background color is #cbe290


#cbe290 Border Color

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

This div border color is #cbe290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe290


Comments

No comments written yet.

Please login to write comment.