Color Hex Logo

#cbea6b Color Hex

#CBEA6B
(203,234,107)
0 Favorites   0 Comments

Color spaces of #cbea6b

RGB 203234107
HSL0.210.750.67
HSV75°54°92°
CMYK 0.130.000.54   0.08
XYZ56.705372.603724.9351
Yxy72.60370.36760.4707
Hunter Lab85.2078-30.322942.2949
CIE-Lab88.2584-28.470657.3937

#cbea6b color RGB value is (203,234,107).

#cbea6b hex color red value is 203, green value is 234 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #cbea6b hue: 0.21 , saturation: 0.75 and the lightness value of cbea6b is 0.67.

The process color (four color CMYK) of #cbea6b color hex is 0.13, 0.00, 0.54, 0.08. Web safe color of #cbea6b is #ccff66. Color #cbea6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 01101011
Octal 313 352 153
Decimal 203 234 107
Hex CB EA 6B

RGB Percentages of Color #cbea6b

%37.32
%43.01
%19.67

CMYK Percentages of Color #cbea6b

%13
%0
%54
%8

Triadic Colors of #cbea6b

#cbea6b #6bcbea #ea6bcb

Analogous Colors of #cbea6b

#cbea6b #8cea6b #eaca6b

Monochromatic Colors of #cbea6b

#cbea6b

Complementary Color

#cbea6b #8a6bea

#cbea6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbea6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbea6b Color CSS Codes

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

#cbea6b Text Font Color

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

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


#cbea6b Background Color

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

This div background color is #cbea6b


#cbea6b Border Color

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

This div border color is #cbea6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbea6b


Comments

No comments written yet.

Please login to write comment.